Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGeometry2D Class / Scale Method / Scale(NPointD[],Double,Double) Method
array of points
X scale
Y scale


In This Topic
    Scale(NPointD[],Double,Double) Method
    In This Topic
    Scales the specified points
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub Scale( _
       ByVal points() As NPointD, _
       ByVal scaleX As System.Double, _
       ByVal scaleY As System.Double _
    ) 
    'Usage
     
    
    Dim points() As NPointD
    Dim scaleX As System.Double
    Dim scaleY As System.Double
     
    NGeometry2D.Scale(points, scaleX, scaleY)
    public static void Scale( 
       NPointD[] points,
       System.double scaleX,
       System.double scaleY
    )

    Parameters

    points
    array of points
    scaleX
    X scale
    scaleY
    Y scale
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also